Revision: zsh--cvshead--1.0--patch-155
Archive: schizo@debian.org--2004-zsh-upstream-cvs-head
Creator: Clint Adams <schizo@debian.org>
Date: Fri Jan 14 19:50:29 CET 2005
Standard-date: 2005-01-14 18:50:29 GMT
Modified-files: ChangeLog Config/version.mk README
    Src/Zle/compcore.c Src/Zle/compctl.c Src/Zle/complist.c
    Src/Zle/compresult.c Src/Zle/deltochar.c Src/Zle/zle.h
    Src/Zle/zle_hist.c Src/Zle/zle_main.c Src/Zle/zle_misc.c
    Src/Zle/zle_move.c Src/Zle/zle_params.c
    Src/Zle/zle_refresh.c Src/Zle/zle_tricky.c
    Src/Zle/zle_utils.c Src/Zle/zle_vi.c Src/Zle/zle_word.c
    Src/builtin.c Src/exec.c Src/hist.c Src/init.c Src/input.c
    Src/jobs.c Src/lex.c Src/loop.c Src/params.c Src/signals.c
    Src/system.h Src/utils.c Src/zsh.h configure.ac
New-patches: schizo@debian.org--2004-zsh-upstream-cvs-head/zsh--cvshead--1.0--patch-155
Summary: Update from CVS

2005-01-14  Peter Stephenson  <pws@csr.com>

   * unposted: update version to 4.2.3-dev-1.

   * c.f. 20675: configure.ac, Src/builtin.c, Src/exec.c, Src/hist.c,
   Src/init.c, Src/input.c, Src/jobs.c, Src/lex.c, Src/loop.c,
   Src/params.c, Src/signals.c, Src/system.h, Src/utils.c, Src/zsh.h,
   Src/Zle/compcore.c, Src/Zle/compctl.c,
   Src/Zle/complist.c, Src/Zle/compresult.c, rc/Zle/deltochar.c,
   Src/Zle/zle.h, Src/Zle/zle_hist.c, Src/Zle/zle_main.c,
   Src/Zle/zle_misc.c, Src/Zle/zle_move.c, Src/Zle/zle_params.c,
   Src/Zle/zle_refresh.c, Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c,
   Src/Zle/zle_vi.c, Src/Zle/zle_word.c: Make it easier to add
   support for Unicode etc. to Zle. line is called zleline and is not
   directly visible in the main shell.  cs and ll are called zlecs
   and zlell but are still visible in the main shell (this will
   probably need changing).  Pointers to zle functions are addressed
   by pointer not by confusing #define's.  Add beginnings of support
   to configure.ac and system.h.  Very many pitfalls remain.
